home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000196_news@newsmaster….columbia.edu _Wed Oct 29 09:46:44 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA21970
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 29 Oct 1997 09:46:44 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA02254
  7.     for kermit.misc@watsun; Wed, 29 Oct 1997 09:46:43 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Problem with TRANSMIT / Linux 2.0.27 / Redhat 4.1
  12. Date: 29 Oct 1997 14:46:42 GMT
  13. Organization: Columbia University
  14. Lines: 53
  15. Message-ID: <637i8i$n87$1@apakabar.cc.columbia.edu>
  16. References: <6361ao$b4j@fangorn.fangorn.demon.co.uk>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7977
  19.  
  20. In article <6361ao$b4j@fangorn.fangorn.demon.co.uk>,
  21. Adrian Godwin <adrian@fangorn.demon.co.uk> wrote:
  22. : I'm having some problems using the TRANSMIT command : the transmission
  23. : stops just short of the end of the file. The amount lost depends on
  24. : various factors (see below), but is generally just a few characters
  25. : short. The behaviour isn't totally repeatable : if I send the same
  26. : file 4 times, it might go OK once.
  27. You know, of course, that the TRANSMIT command is a last resort, to be
  28. used when an error-checking-and-correcting protocol is not available, and
  29. that it is very likely to result in corrupted or missing data at the
  30. receiving end, right?
  31.  
  32. : I'm using :
  33. : Kermit 6.0.192 patch 18 (ckermit-6.0.192-7.i386.rpm from columbia)
  34. : Linux 2.0.27 (Redhat 4.1 from Pacific HiTech CDROM)
  35. : I suppose I can't be totally sure of the reliability of the serial
  36. : port, PC chipsets and UARTS being what they are.
  37. :
  38. You might have answered your own question right there.
  39.  
  40. : running Kermit -Y 
  41. :     ( no difference from symtoms with standard startup script )
  42. : set file type { text / bin }
  43. :     ( the number of characters lost varies slightly )
  44. If you read the manual, you'll see that this also makes a difference in
  45. the number of characters sent.
  46.  
  47. : enabling local echo
  48. :     ( the whole file is echoed to the screen, but not sent to the
  49. :       line. There's another effect too : echo only works in binary 
  50. :       mode, not text )
  51. The relevant command is "set transmit echo on".
  52.  
  53. : Any further suggestions gratefully received.
  54. Read the manual?  There is a whole chapter on the TRANSMIT command and
  55. how to control it.  If you have accounted correctly for the
  56. characteristics of the thing that you are transmitting to and have given
  57. all the appropriate SET TRANSMIT commands, as well as the necessary
  58. communications-related commands -- speed, parity, flow control, etc -- 
  59. and you still have this problem, then supply all of the details and 
  60. settings and we'll take a more detailed look.
  61.  
  62. Or you might just try cranking the connection down to a lower speed.
  63.  
  64. - Frank